.. _`Generic Color Space Conversion`: .. _`com.sympathyfordata.imageanalysis.generic_colorspace_conversion`: Generic Color Space Conversion `````````````````````````````` .. image:: image_colorspace.svg :width: 48 Convert from one color space into another. This is done by multiplying each pixel as a column vector with the given input matrix (table). Number of columns of table must match number of channels in input image. Number of rows will determine the number of output channels Documentation ::::::::::::: Convert from one color space into another. This is done by multiplying each pixel as a column vector with the given input matrix (table). Number of columns of table must match number of channels in input image. Number of rows will determine the number of output channels Definition :::::::::: Input ports ........... **image** image image to perform colorspace conversion on **table** table Table specifying conversion matrix Output ports ............ **result** image result Implementation .............. .. automodule:: node_colourspace :noindex: .. class:: GenericColorSpaceConversion :noindex: